home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the cursor of sprite 23 to 280
- set the cursor of sprite 1 to 0
- set the cursor of sprite 2 to 0
- set the cursor of sprite 3 to 0
- set the cursor of sprite 4 to 0
- set the cursor of sprite 5 to 0
- set the cursor of sprite 6 to 0
- set the cursor of sprite 7 to 0
- set the cursor of sprite 8 to 0
- set the cursor of sprite 9 to 0
- set the cursor of sprite 10 to 0
- go(the frame)
- if rollOver(17) then
- go("online")
- end if
- if rollOver(18) then
- go("creative")
- end if
- if rollOver(19) then
- go("electronic")
- end if
- if rollOver(20) then
- go("art")
- end if
- end
-